github.com/google/go-cmp/cmp.state.curPtrs (field)
8 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L170: curPtrs pointerPath // The current set of visited pointers
compare.go#L189: s.curPtrs.Init()
compare.go#L251: if eq, visited := s.curPtrs.Push(px, py); visited {
compare.go#L255: defer s.curPtrs.Pop(px, py)
compare.go#L515: if eq, visited := s.curPtrs.Push(vx, vy); visited {
compare.go#L519: defer s.curPtrs.Pop(vx, vy)
compare.go#L557: if eq, visited := s.curPtrs.Push(vx, vy); visited {
compare.go#L561: defer s.curPtrs.Pop(vx, vy)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)